Move definition of GtkNotebookPage out of the header
authorChristian Dywan <christian@twotoasts.de>
Tue, 13 Jul 2010 16:46:33 +0000 (18:46 +0200)
committerChristian Dywan <christian@twotoasts.de>
Tue, 13 Jul 2010 16:47:45 +0000 (18:47 +0200)
gtk/gtknotebook.c
gtk/gtknotebook.h

index d3435c797e0856110f95b1c171ae48efc3aa73df..10a1be2a7fa6727d4e1de26b28b70fa4e25113a3 100644 (file)
@@ -50,6 +50,7 @@
 #define FRAMES_PER_SECOND     45
 #define MSECS_BETWEEN_UPDATES (1000 / FRAMES_PER_SECOND)
 
+typedef struct _GtkNotebookPage GtkNotebookPage;
 
 typedef enum
 {
index 956db3376eacf1c91872963eb9df2108502c45b2..a61b655b7923d41ed2f6be46e91f765983bcf3e9 100644 (file)
@@ -55,9 +55,6 @@ typedef enum
 typedef struct _GtkNotebook       GtkNotebook;
 typedef struct _GtkNotebookPriv   GtkNotebookPriv;
 typedef struct _GtkNotebookClass  GtkNotebookClass;
-#if !defined (GTK_DISABLE_DEPRECATED) || defined (GTK_COMPILATION)
-typedef struct _GtkNotebookPage   GtkNotebookPage;
-#endif
 
 struct _GtkNotebook
 {